From 854c7d1f0fd98a6eaf283603adc05f1dec4f6e39 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 28 Oct 2015 11:53:09 -0400 Subject: [PATCH] Revert "HighContrast: Update tooltip styling" This reverts commit 93d80380ee93f2d7f7005675900e4da0fbef982c. --- gtk/theme/HighContrast/_common.scss | 4 ++-- gtk/theme/HighContrast/gtk.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index 2dd45848db..389d37a59f 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -2343,7 +2343,7 @@ infobar { * Tooltips * ************/ -tooltip { +.tooltip { color: white; padding: 4px; /* not working */ border-radius: 5px; @@ -2352,7 +2352,7 @@ tooltip { // border: 2px solid $borders_color; gnome shell style? } -tooltip * { //Yeah this is ugly +.tooltip * { //Yeah this is ugly padding: 4px; background-color: transparent; color: inherit; // just to be sure diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css index a2d36b0d89..9513ea368f 100644 --- a/gtk/theme/HighContrast/gtk.css +++ b/gtk/theme/HighContrast/gtk.css @@ -2558,7 +2558,7 @@ infobar { /************ * Tooltips * ************/ -tooltip { +.tooltip { color: white; padding: 4px; /* not working */ @@ -2566,7 +2566,7 @@ tooltip { background-color: rgba(0, 0, 0, 0.8); text-shadow: 0 1px black; } -tooltip * { +.tooltip * { padding: 4px; background-color: transparent; color: inherit; } -- 2.30.2